home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Applications / Graphics / MapMaker / Source / OutputView.h < prev    next >
Text File  |  1990-12-04  |  865b  |  43 lines

  1.  
  2. /* Generated by Interface Builder */
  3.  
  4. #import <appkit/View.h>
  5. #import "constants.h"
  6. #import "proj.h"
  7. #import "pointdata.h"
  8.  
  9. @interface OutputView:View
  10. {
  11.     BOOL GridOn;
  12.     BOOL oldGridOn;
  13.     int animating;
  14.     float rate;
  15.     
  16.     id outputFrames[MAXFRAMES];
  17.     id alertWindow;
  18.     id alertText;
  19.     
  20.     ProjParam currentParams;
  21.     float stepValue;
  22.     int  currentFrame;
  23.     int maxFrame;
  24.     DPSTimedEntry animnum;
  25.     PointList stillPoints;
  26. }
  27.  
  28. -setItUp:sender;
  29. - doEntry;
  30. - (BOOL)gridState;
  31. - setGridState:(BOOL)newGridState;
  32. - drawSelf:(const NXRect *)rects :(int)rectCount;
  33. - setupAnimation:(ProjParam *)params :(float)step :(PointList *)pts :(int)force;
  34. - (int)animation;
  35. - stopAnimating:(float *)angle;
  36. - startAnimating:(int)amate;
  37. - doStill:(ProjParam *)params :(PointList *)pts;
  38. - rateChanged:(float)f;
  39. - (BOOL)shouldRunPrintPanel:sender;
  40. - doPrint:(ProjParam *)params :(PointList *)pts;
  41.  
  42. @end
  43.